vendor/golang.org/x/text/transform.link.p (field)
12 uses
	vendor/golang.org/x/text/transform (current package)
		transform.go#L365: 	p int
		transform.go#L370: 	return l.b[l.p:l.n]
		transform.go#L400: 		c.link[i].p, c.link[i].n = 0, 0
		transform.go#L411: 	srcL.b, srcL.p, srcL.n = src, 0, len(src)
		transform.go#L424: 		in.p += nSrc
		transform.go#L425: 		if i > 0 && in.p == in.n {
		transform.go#L426: 			in.p, in.n = 0, 0
		transform.go#L434: 				return dstL.n, srcL.p, ErrShortDst
		transform.go#L457: 			if needProgress && nSrc == 0 || in.n-in.p == len(in.b) {
		transform.go#L465: 			in.p, in.n = 0, copy(in.b, in.src())
		transform.go#L489: 			c.link[i].p, c.link[i].n = 0, 0
		transform.go#L493: 	return dstL.n, srcL.p, err
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |